home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / med2000 / js / vid2.js < prev    next >
Encoding:
Text File  |  2001-05-18  |  1.6 KB  |  49 lines

  1. tempvid2 = ''
  2. + '<div id="Layer4" style="position:absolute; width:200px; height:14px; z-index:5; left: 57px; top: 302px; overflow: hidden">'
  3. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  4. + '<tr>'
  5. + '<td class="tvl">' + titvid
  6. + '</td>'
  7. + '</tr>'
  8. + '</table>'
  9. + '</div>'
  10. + '<div id="Layer2" style="position:absolute; width:113px; z-index:2; left: 263px; top: 302px; height: 16px; overflow: hidden">'
  11. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  12. + '<tr align="center">'
  13. + '<td>'
  14. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  15. + '<tr align="right" valign="middle">'
  16. + '<td class="tvl" nowrap>'
  17. + ' <a href="/med2000/videos/enctvwin03.htm?' + nomvid + '">28k</a> | <font color="#999999">56k</font> | <font color="#999999">Larga</font>'
  18. + '</td>'
  19. + '</tr>'
  20. + '</table>'
  21. + '</td>'
  22. + '</tr>'
  23. + '</table>'
  24. + '</div>'
  25. + '<div id="Layer1" style="position:absolute; width:320px; height:240px; z-index:1; left: 56px; top: 59px"><object'
  26. + ''
  27. + ' id=video1'
  28. + ''
  29. + ' classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"'
  30. + ''
  31. + ' height=240 width=320 name="videowink">'
  32. + ''
  33. + '<param name="controls" value="ImageWindow">'
  34. + ''
  35. + '<param name="console" value="Clip1">'
  36. + ''
  37. + '<param name="autostart" value="true">'
  38. + ''
  39. + '<param name="src" value="' + videovid + '">'
  40. + ''
  41. + '<embed src="' + videovid + '" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ImageWindow"'
  42. + ''
  43. + ' height=240 width=320 autostart=true name="videowink">'
  44. + '</embed>'
  45. + ''
  46. + '</object></div>'
  47. + '';
  48. document.write (tempvid2);
  49.